home *** CD-ROM | disk | FTP | other *** search
-
- >I've patched httpd to allow remote annotations (an enabling mechanism
- >for asynchronous collaboration). My httpd accepts the following
- >command:
- >
- >ANNOTATE /file/to/annotate?/file/of/annotation?Text describing annotation.
-
- I'd suggest
-
- APPEND /file/to/annotate
- <a HREF="file/of/annotation">Text describing annotation</a>
- .
-
- The server could impose limits on the length of the annotation,
- and it should somehow validate the syntax, I suppose.
-
- Dan
-
-